home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / fractals / _fracvisit / _help / readme < prev    next >
Encoding:
Text File  |  1991-12-05  |  5.1 KB  |  129 lines

  1.                          MANDELBROID VISITOR
  2.  
  3.   Make a quick visit to the Mandelbrot set and its variants with
  4.   this program.  The help screen below appears when you run the 
  5.   application and it returns if you press <ESC> and then <M>.  The 
  6.   initial screen of each set is on the disc, but if you have removed
  7.   the disc just answer <N>  to the question "Is my disc in the drive?".
  8.   This program is a "grubby task":  it does not multi-task, it changes
  9.   mode (to Mode 13), and it writes directly to the screen.  There is 
  10.   no "boss key" but it WILL return you to the desktop.
  11.  
  12.  
  13.  
  14.   MANDELBROID VISITOR HELPSCREEN
  15.  
  16.   R         RESET to default map which is saved as sprite
  17.   S         SAVE whole screen to disc
  18.   *         * command
  19.  
  20.   1-7       Alternative displays -- try them
  21.   L         Increase iteration LIMIT -- takes LONGER
  22.  
  23.   J         JUMP to a Julia set (select with middle mouse button)
  24.   I         INPUT Julia set co-ordinates (Press <RETURN>s for default)
  25.   M         Return to MAP (from Julia)
  26.  
  27.   Z         ZOOM with mouse on map or Julia
  28.                adjust size with left and right buttons, select with menu
  29.   U         Zoom back UP somewhat (no mouse)
  30.   G         GOTO map co-ordinates (Pressing <RETURN>s resets to default)
  31.  
  32.   ESC       Stops plotting and restores control to you
  33.   ESC       When not plotting, asks you to press
  34.               M      for main menu (this screen)
  35.               Q      to quit
  36.               any other key to continue
  37.  
  38.   Mandelbroids available:
  39.   1)  Original Mandelbrot
  40.   2)  Self-Squared Dragons
  41.   3)  Cubic Mandelbrot
  42.   4)  Quartic Mandelbrot
  43.   5)  Bruce Ikenaga's Function       (Dewdney, Armchair Universe)
  44.   6)  Shigehiro Ushiki's Phoenix     (Stevens, Fractal Programming in C)
  45.  
  46.   The mathematics of these functions are discussed in a text file called
  47.   "Maths", in the directory !FracVisit.  See also PROCidentify in !RunImage.
  48.  
  49.   If you have a version without the initial screens, or if you wish to
  50.   change the initial parameters, run the program from Basic instead of
  51.   the desktop, escape when the first screen has been drawn, *screensave
  52.   it, and then in PROCidentify set mapped=TRUE, and set File$ and
  53.   Filesprite$ to agree with the name of the spritefile and sprite.
  54.   Note that there is a line which resets File$ to <FracVisit$Dir>+File$.
  55.  
  56.   !FracVisit v1.07   3 December 1991
  57.                    
  58.  
  59.  
  60.                          MANDELBROID BASINS
  61.  
  62.   Also in this directory is a program called FracBasins.  It uses many
  63.   of the same commands as FracVisit, but also shows the actual 
  64.   Z-trajectories or orbits of each point plotted.
  65.  
  66.   A terse version of the help screen below appears when you run the
  67.   application.   The later on-screen help (as appears in !FracVisit)
  68.   is minimal.  Bugs are everywhere.  This is a preleminary version.
  69.  
  70.                            HELP SCREEN
  71.  
  72.  
  73.   R         RESET to default map which is saved as sprite
  74.   S         SAVE whole screen to disc
  75.   *         * command
  76.   1-9       Alternative displays -- try them
  77.   L         Increase iteration LIMIT -- takes LONGER
  78.   I         INPUT Julia set co-ordinates (Press <RETURN> for defaults)
  79.   M         Return to MAP (from Julia)
  80.   Z         ZOOM with mouse on map or Julia
  81.                adjust size with left and right buttons, select with menu
  82.   U         Zoom back UP somewhat (no mouse)
  83.   G         GOTO map co-ordinates (Pressing <RETURN> resets to default)
  84.   ESC       Stops plotting and restores control to you
  85.   ESC       When not plotting, quits program
  86.  
  87.   J         JUMP to a Julia set or display orbits             
  88.         SELECT    Show orbit of point
  89.         ADJUST    Plot Julia set at point with orbit of critical point:
  90.                   The first 128 iterations of (0,0) are shown, and then
  91.                   overplotted by the Julia.  Then iterations 65-128 of (0,0)
  92.                   are re-plotted.  This image is saved as a sprite.
  93.         MENU      Plot Julia set without orbit (hasty)
  94.         0         Show all 128 iterations of (0,0)
  95.         P         PLOT orbits as POINTS 
  96.         D         DRAW lines between the points (future iterations)
  97.         C         CLEAR the screen of rubbish
  98.  
  99.         * * * * * * * * *
  100.      When you have zoomed into a fractal, the orbit of the points
  101.      on screen may be a long way off screen, and the error "Number
  102.      too large at ..." has not been trapped.  If you choose a point with
  103.      SHIFT-SELECT the program will attempt to show the orbit as it would
  104.      appear on the un-zoomed Julia.  HOWEVER, no guarantees are made.
  105.         * * * * * * * * *
  106.  
  107.   
  108.   !FracVisit v 2.03   3 December 1991
  109.  
  110.  
  111.   These programs would not exist without:
  112.  
  113.                Fractal Report, John de Rivas, RTL Ltd., 
  114.                West Towan House, Porthtowan, Cornwall TR4 8AX
  115.   and
  116.                Archimedes Fractal Group, Mike Curnow,
  117.                80 Bowen Drive, West Dulwich, LONDON SE21 8PN
  118.  
  119.   The programs may be freely circulated so long the appropriate
  120.   acknowledgements are made.  It must not be sold for profit.
  121.  
  122.   Please send any improvements, comments or chat (with an ssae and
  123.   perhaps even a disc of PD software, games, images, fractals...) to
  124.   JOYCE HASLAM, 112 Keighley Road, Colne, Lancs. BB8 0PH
  125.  
  126.  
  127.  
  128.  
  129.